home *** CD-ROM | disk | FTP | other *** search
- object SelDirDlg: TSelDirDlg
- Left = 253
- Top = 168
- BorderStyle = bsDialog
- Caption = 'Select Directory'
- ClientHeight = 225
- ClientWidth = 394
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 312
- Top = 14
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 312
- Top = 44
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object DirectoryListBox: TDirectoryListBox
- Left = 16
- Top = 44
- Width = 273
- Height = 164
- ItemHeight = 16
- TabOrder = 1
- end
- object DriveComboBox: TDriveComboBox
- Left = 16
- Top = 16
- Width = 273
- Height = 22
- DirList = DirectoryListBox
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
-